interrupt code

英 [ˌɪntəˈrʌpt kəʊd] 美 [ˌɪntəˈrʌpt koʊd]

网络  中断代码; 中断码

计算机



双语例句

  1. This means that the Dump Reason Code is300, meaning DSI ( DATA STORAGE INTERRUPT).
    这意味着转储原因代码为300,即DSI(DATASTORAGEINTERRUPT)。
  2. Then it generates a report that lists how many "ticks" each of these units of code received ( how many times a system-clock interrupt occurred when that particular unit of code was running).
    然后,它生成一个报告,列出这些代码单元每个获得了多少个“节拍(tick)”(即当代码的特定单元正在运行时发生了多少次系统时钟中断)。
  3. It is now possible to interrupt code that is caught in a loop when test-run; runs also create a clean environment for themselves ( avoiding namespace contamination).
    它现在支持在代码中设置断点,以在测试运行时到此停止循环;运行时还会创建各自独立的环境(避免名称空间相互影响)。
  4. Such restrictions are typically placed on sections of the application such as an interrupt handler, where the code responding to the interrupt must complete its work in a given time period.
    此类限制通常是对应用程序的某些部分实施的,比如中断处理程序,其响应中断的代码必须在给定的时间范围内完成工作。
  5. The interrupt handler function now has a return code of type irqreturn_t.
    现在的中断处理函数的返回代码是一个irqreturnt类型。
  6. But what happens if the interrupt routine executes in the same processor as the code that took out the lock originally?
    但是如果运行在同一个处理器中的中断例程取得了先前的锁会发生什么呢?
  7. Maskable interrupt sources that cannot preempt the kernel code and are thus able to invoke operating system APIs from within their handlers.
    不能抢占内核的掩码中断源,因此可以在处理程序中调用操作系统API。
  8. Interrupt HandlingThe kernel's interrupt handling code is almost all microprocessor ( and often platform) specific.
    中断处理核心的中断处理代码总是与微处理器结构相关。
  9. As the name suggests, interrupt signals provide a way to divert the processor to code outside the normal flow of control.
    中断信号提供了一种改变处理器的执行顺序到正常控制序列外的代码的方法。
  10. But there is a key difference between interrupt handling and process switching: the code executed by an interrupt or by an exception handler is not a process.
    然而在中断处理和进程切换之间有一个关键的区别:由中断或异常处理执行的代码不在进程中。
  11. Interrupt handling code runs at the thread's priority, which lets you specify the priority of the interrupt handling.
    就是说,处理中断的就是这个线程,而其优先级可以被指定。
  12. Although the kernel may accept a new interrupt signal while handling a previous one, some critical regions exist inside the kernel code where interrupts must be disabled.
    尽管内核可以在执行一个中断时,接收一个新的中断信号,内核代码中存在一些临界区域,这里中断必须关闭。
  13. Maskable interrupt sources with the ability to preempt the kernel code and thus have a lower latency and are less subject to jitter, see Response Time and Jitter.
    可以抢占内核的掩码中断源,因此拥有更短的延迟时间并且不容易受抖动,参考响应时间与抖动。
  14. The hard real-time serial receiving program which dealt with totally four different data frames was designed with four techniques: data frame picking-up in interrupt serve program, finite state machine theory, buffer sharing and code optimizing.
    运用中断服务程序就地帧识别、有限状态机、缓存共用和代码优化技术,设计了具有多通讯协议的强实时性串行通讯接收程序。
  15. Embedding the presented interrupt hook in applications can make the programs enter the system's kernel mode, thus realizing the low privilege level code's visiting of the high privilege level resources.
    实际应用表明,在应用程序中只要内嵌该软件中断钩子,就可进入系统内核态,实现低特权代码访问高特权级资源。
  16. In this dissertation, the HOST-SLAVE mechanism is adopted and the communication mode of interrupt is abandoned. the MPEG-4's open source code is improved on so that it can run well and satisfy the requirement of Real-time communication of multimedia on the mobile telephone.
    本文采用了具有主从机制的双处理器的通信方式,抛弃了传统的中断通信方式,并对MPEG组织公开的MPEG-4编解码器的源代码进行了改进,满足了在手机上进行实时的多媒体通信的要求。
  17. The real-time property of the communication program is studied and the hard real-time communication program is designed by means of frame picking-up in interrupt serve program and code optimizing.
    研究了通讯软件的实时性问题,利用就地帧识别和代码优化等技术,设计了具有较强实时性的串行通讯接收程序。
  18. It is proposed that data acquisition is controlled by the timing interrupt which is generated by the timer or counter of industrial control computer with STD bus. The programing technique and detailed C Language source code program are given out.
    提出了一种利用STD总线工业控制机自身的定时器/计数器产生定时中断来控制数据采集的方法,给出了应用时的编程技术和具体的C语言源程序。
  19. In the Windows 9x, implementation of the real-time clock hardware interrupt is illustrated by the source code analysis about real-time clock interrupt VxD and its test program.
    通过对实时钟中断的虚拟设备驱动程序源代码及测试程序源代码的分析,说明了实时钟硬件中断在Windows9x环境下的实现过程。
  20. A software method is designed, the software of this system includes main program, interrupt service program of velocity loop, interrupt service program of position loop and CPLD decoding program, the code and program flow chart of this software system are given.
    进行了稳定平台系统控制软件设计,该系统软件包括主程序、速率环中断服务程序、位置环中断服务程序和CPLD译码程序,给出了程序流程图并编写了代码。